Carbon


WindowTransitionEffect

Header: MacWindows.h

enum WindowTransitionEffect {
    kWindowZoomTransitionEffect = 1
};

Constant descriptions

kWindowZoomTransitionEffect

Specifies an animation that displays the window zooming between the open and closed states. The direction of the animation, whether from open to closed, or closed to open, depends upon the WindowTransitionAction constant specified in conjunction with the WindowTransitionEffect constant; see “Window Transition Action Constants” for descriptions of possible values.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)